Appliance Networking Interfaces Ipv6 AddressInfo
The Appliance Networking Interfaces Ipv6 AddressInfo schema provides the structure that you can use to get information about an IPv6 address along with its origin and status.
This schema was added in vSphere API 6.7.
{
"origin": "string",
"status": "string",
"address": "string",
"prefix": 0
}
The Origin of the IPv6 address. For more information, see RFC 4293.
For more information see: Appliance Networking Interfaces Ipv6 Origin.
This property was added in vSphere API 6.7.
The Status of the IPv6 address. For more information, see RFC 4293.
For more information see: Appliance Networking Interfaces Ipv6 Status.
This property was added in vSphere API 6.7.
The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.
This property was added in vSphere API 6.7.
The IPv6 CIDR prefix, for example, 64.
This property was added in vSphere API 6.7.